home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / Dev / Amiga-E / E_v3.2a_extras / Tools / EE / prefs / completions / E-Builtin-NoRtnVals < prev    next >
Text File  |  1995-04-30  |  2KB  |  93 lines

  1. New(n)
  2. NewR(n)
  3. OpenW(x, y, width, height, IDCMP, wflags, title, screen, sflags, gadgets, taglist)
  4. OpenS(width, height, depth, sflags, title, taglist)
  5. CtrlC()
  6. CloseW(wptr)
  7. CloseS(sptr)
  8. SetStr(estring, newlen)
  9. InStr(string1, string2, startpos)
  10. MidStr(estring, string, pos, len)
  11. ReadStr(filehandle, estring)
  12. RightStr(estring, estring, n)
  13. String(maxlen)
  14. StrAdd(estring, string, len)
  15. StrCmp(string, string, len)
  16. StrCopy(estring, string, len)
  17. StringF(estring, 'formatstring', args...)
  18. StrLen(string)
  19. StrMax(estring)
  20. SetStdOut(newstdout)
  21. Out(filehandle, char)
  22. Dispose(mem)
  23. DisposeLink(complex)
  24. Link(complex, tail)
  25. And(b, c)
  26. Or(b, c)
  27. Not(b)
  28. Eor(b, c)
  29. Mul(b, c)
  30. Div(a, b)
  31. Odd(x)
  32. Even(x)
  33. Rnd(max)
  34. RndQ(seed)
  35. Mod(b, c)
  36. Shl(y, num)
  37. Shr(y, num)
  38. PutLong(adr, a)
  39. Long(adr)
  40. PutInt(adr, a)
  41. Int(adr)
  42. PutChar(adr, a)
  43. Char(adr)
  44. Eval(func)
  45. WriteF('formatstring', args...)
  46. PrintF('formatstring', args...)
  47. TextF(x, y, formatstring, args...)
  48. FileLength('namestring')
  49. Inp(filehandle)
  50. EstrLen(estring)
  51. Val(string, read)
  52. TrimStr(string)
  53. CleanUp(returnvalue)
  54. UpperStr(string)
  55. LowerStr(string)
  56. SetList(listvar, newlen)
  57. MapList(varadr, list, listvar, func)
  58. SelectList({x}, source, dest, `quoted_expression)
  59. List(maxlen)
  60. ListCopy(listvar, list, num)
  61. ListAdd(listvar, list, num)
  62. ListCmp(list, list, num)
  63. ListLen(list)
  64. ListMax(listvar)
  65. ListItem(list, index)
  66. Next(complex)
  67. Gadget(buffer, glist, id, flags, x, y, width, string)
  68. LeftMouse(win)
  69. WaitLeftMouse(win)
  70. Mouse()
  71. WaitIMessage(window)
  72. MsgCode()
  73. MsgQualifier()
  74. MsgIaddr()
  75. MouseX(win)
  76. MouseY(win)
  77. SetStdRast(newrast)
  78. SetTopaz(rast, size)
  79. Plot(x, y, colour)
  80. Line(x1, y1, x2, y2, colour)
  81. SetColour(screen, cnum, r8, g8, b8)
  82. Colour(foreground, background)
  83. FreeStack()
  84. KickVersion(vers)
  85. Raise(exceptionID)
  86. ReThrow()
  87. Throw(exceptionID, exceptionInfo)
  88. Forward(complex, num)
  89. ForAll(varadr, list, func)
  90. Exists(varadr, list, func)
  91. Box(x1, y1, x2, y2, colour)
  92. Abs(value)
  93.